home *** CD-ROM | disk | FTP | other *** search
- head 3.2;
- branch ;
- access ;
- symbols ;
- locks grunwald:3.2; strict;
- comment @ * @;
-
-
- 3.2
- date 89.02.20.15.37.24; author grunwald; state Exp;
- branches ;
- next 3.1;
-
- 3.1
- date 88.12.20.13.50.16; author grunwald; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 88.10.30.13.06.04; author grunwald; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.09.28.22.13.54; author grunwald; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.09.18.16.42.15; author grunwald; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 3.2
- log
- @Start using Gnu library heaps for schedulers
- @
- text
- @// This may look like C code, but it is really -*- C++ -*-
- //
- // Copyright (C) 1988 University of Illinois, Urbana, Illinois
- //
- // written by Dirk Grunwald (grunwald@@cs.uiuc.edu)
- //
- #ifndef Share_h
- #define Share_h
- //
- // If shared memory has been allocated, then this is the
- // maximum break address.
- //
- void SharedMemoryInit( unsigned extra );
- #endif /* Share_h */
- @
-
-
- 3.1
- log
- @Steay version
- @
- text
- @@
-
-
- 1.3
- log
- @*** empty log message ***
- @
- text
- @@
-
-
- 1.2
- log
- @*** empty log message ***
- @
- text
- @d1 6
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @a2 1
-
- a3 5
- // Has shared memory been allocated? Used by malloc to determine
- // if it's safe to sbrk or not.
- //
- extern unsigned SharedMemoryAllocated;
- //
- a6 1
- extern char *SharedMemoryBreak;
- a7 1
-
- @
-